win32: Use WM_NCDESTROY instead of WM_DESTROY
authorAlexander Larsson <alexl@redhat.com>
Wed, 26 Oct 2011 09:41:35 +0000 (11:41 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:41:03 +0000 (17:41 +0100)
commit820721500b4f215eebda1f2466bf4166922bfa1e
treedc4ac6a62bbb8bdc2652887e6cc1769c93810ea7
parent4690aa28d0c463fc07b845c08ed5e23e45f9df83
win32: Use WM_NCDESTROY instead of WM_DESTROY

WM_NCDESTROY gets called after children are destroyed, which is
the semantics DestroyNotify has in X11.
gdk/win32/gdkevents-win32.c